Versions:

  • 692
  • 691
  • 685
  • 679
  • 678
  • 668
  • 661
  • 643
  • 633
  • 632
  • 608

Less, currently at release 692 and offered in eleven successive builds since its inception by John Taylor, is a free, open-source file pager designed to let users inspect lengthy text streams without loading the entire document into memory. Originating as a more capable successor to the traditional Unix “more” command, the program is invoked from the Windows command line or PowerShell, where it incrementally displays piped or redirected output—log files, configuration dumps, compiler traces, multi-megabyte CSV exports—while keeping RAM usage low. Keyboard shortcuts reminiscent of Vim (arrow keys, page-up/down, pattern search, jump-to-line) allow rapid navigation forward and backward through the buffer, and a highlight-driven search makes spotting errors or keywords in nightly batch logs straightforward. Developers rely on it when tracing crash stacks, system administrators page through “dir /s” or “driverquery” listings, and data analysts skim headless server outputs without spawning a GUI. Because the utility respects standard input, it slots naturally into PowerShell pipelines, letting commands such as Get-EventLog or netstat stream straight into its viewport for on-the-fly filtering. Syntax coloring can be enabled with preprocessor adapters, turning Less into a lightweight log analyzer, while horizontal scrolling preserves wide stack traces that would otherwise wrap. The single executable is xcopy-deployable, so it can be bundled into portable toolkits or embedded in automation scripts that must run on air-gapped hosts. Less is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.

Tags: